home *** CD-ROM | disk | FTP | other *** search
- /*
- SNEWS 2.0
-
- LOCKING.H
-
- General Lock File decls
-
-
- Copyright (C) 1991 Malcolm S. Muir, Sunderland, England.
- malcolm@muir.demon.co.uk
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License, version 1, as
- published by the Free Software Foundation.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- See the file COPYING, which contains a copy of the GNU General
- Public License.
-
- */
-
- /*---------------------------- Source Control ------------------------------*/
-
- /*
- * $Id: LOCKING.H,v 1.2 1994/02/05 18:44:34 gbj Exp user $
- */
-
- /****************************************************************************
- * 01 Jun 93 1.1 MSM Header added *
- * Snews 2.0 *
- ****************************************************************************/
-
- /*----------------------------- prototypes ---------------------------------*/
-
- /*
- * declarations for locking in snews
- */
-
- int mlock(char*,char*,char*);
- int rmlock(char*,char*,char*);
-
-